Hệ thống quản lý hàng tồn kho bằng PHP

1 # Inventory Management System
2
3 [![GitHub](https:
//img.shields.io/github/license/kryptonb/inventory-management-system.svg?style=popout)](https://choosealicense.com/licenses/mit/)
4
5 A simple PHP web system
for managing an inventory.
6   
7 Screenshots:
8  
9 ![Sale details](https:
//github.com/KryptonB/inventory-management-system/blob/master/screenshots/sale.PNG)
10 ![Search details](https:
//github.com/KryptonB/inventory-management-system/blob/master/screenshots/search.PNG)
11
12 ## Installation
13 * Clone the repository and move the root folder to the deployment folder of your browser. (
for Apache, this is htdocs)
14 * Create a blank DB called *shop_inventory*
in MySQL
15 * Create a
new user called _inventoryUser_ with a password as _password_ and give full permission to that user.
16 * Load the sql dump to the newly created _shop_inventory_ database
17 * Change the root url of your website
in [constants.php](inc/config/constants.php) file
18
19 ## Requirements
20 * PHP
21 * MySQL
22 * Apache
23 * Google Chrome web browser (JavaScript enabled)
24 * Internet connection with a reasonable speed
25
26 ## Usage
27 * Access the login.php file
from via browser and give _guest_ as username and _1234_ as password
28
29 ## Built With
30 * PHP - Scripting language
31 * MySQL - Database management system
32 * [HTML5](https:
//en.wikipedia.org/wiki/HTML5) - Basic markup
33 * [CSS3](https:
//en.wikipedia.org/wiki/Cascading_Style_Sheets) - Basic styling
34 * [Bootstrap
4.1.1](https://getbootstrap.com/) - Responsive framework
35 * [jQuery
3.3.1](https://jquery.com/) - JS framework
36
37 ## Acknowledgments
38 * Inspired
by many similar projects online


Gõ tìm kiếm nhanh...